ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Device2 Class / OfferResources Method / OfferResources(Int32,ComArray<Resource>,OfferResourcePriority) Method

In This Topic
    OfferResources(Int32,ComArray<Resource>,OfferResourcePriority) Method
    In This Topic
    HRESULT IDXGIDevice2::OfferResources([In] unsigned int NumResources,[In, Buffer] const IDXGIResource** ppResources,[In] DXGI_OFFER_RESOURCE_PRIORITY Priority)
    Syntax
    'Declaration
     
    Public Overloads Sub OfferResources( _
       ByVal numResources As Integer, _
       ByVal resourcesOut As ComArray(Of Resource), _
       ByVal priority As OfferResourcePriority _
    ) 
    public void OfferResources( 
       int numResources,
       ComArray<Resource> resourcesOut,
       OfferResourcePriority priority
    )

    Parameters

    numResources
    resourcesOut
    priority
    See Also